home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Metabee.bin / pc / assets / metabee.dxr / 00007_Script_7 < prev    next >
Text File  |  2001-12-07  |  751b  |  31 lines

  1. global portdx, portdy, area, smallmedal, portnum
  2. property mysprite
  3.  
  4. on beginsprite me
  5.   area = 0
  6.   smallmedal = 0
  7.   set mysprite to the spritenum of me
  8.   set the blend of sprite mysprite = 0
  9.   portnum = mysprite
  10.   set portdx to the loch of sprite(mysprite)
  11.   set portdy to the locv of sprite(mysprite)
  12. end
  13.  
  14. on exitframe
  15. --    if area = 1 then 
  16. --      go to frame "construct"
  17. --    else if area = 2 then 
  18. --      go to frame "robattle"
  19. --    else if area = 3 then 
  20. --      go to frame "profile"
  21. --    else if area = 4 then 
  22. --      go to frame "fun"
  23. --    else if area = 5 then 
  24. --      go to frame "video"
  25. --    else if area = 0 then 
  26. --      set the blend of sprite mysprite = 0
  27. --      go to frame 1
  28. --    end if
  29. end
  30.  
  31.